-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Common Runtime Tests for Mono on Linux-Arm64 in CI #35366
Conversation
Tagging subscribers to this area: @ViktorHofer |
Tagging subscribers to this area: @directhex |
author David Wrighton <davidwr@microsoft.com> 1588796813 -0700 committer Nathan Ricci <naricc@microsoft.com> 1588797987 -0400 parent b70309a author David Wrighton <davidwr@microsoft.com> 1588796813 -0700 committer Nathan Ricci <naricc@microsoft.com> 1588797985 -0400 parent b70309a author David Wrighton <davidwr@microsoft.com> 1588796813 -0700 committer Nathan Ricci <naricc@microsoft.com> 1588797980 -0400 parent b70309a author David Wrighton <davidwr@microsoft.com> 1588796813 -0700 committer Nathan Ricci <naricc@microsoft.com> 1588797960 -0400 Added ci lane for linux-arm64 on mono. More updates to issues.targets Removed whitespace changes, again. Remvoed trailing whitespace. More indentation fixes. Added more archs for runtime tests. undo unecessary changes. Changed list of architectures to prioritize most important ones. Added build for Linux_arm libraries. got rid of extra arm build. Added linux_arm, linux_arm64 debug library builds. remvoed extra arm64 libraries build. White space. Removed white space. Switched to release version of libraries. Always adding RuntimeFlavor to the libs builds Changed arm. Changed where arm is built. Changed where arm is built. Moved arm back to release build only. Added upper case version of liveLibraryBuildConfig.
0f907e9
to
a023c6f
Compare
I still need to add exclusions to issues.targets for linux arm64, but the logic is otherwise right and I thought I should start reviews. |
@jashook this will add another test run in Linux_ARM64, so just to be aware and on the lookout for any ARM64 slowdown on our test runs. |
Enable runtime tests on Linux Arm-64 with Mono.